From 95ec0cdfa4bb2bf78095c017cb4dc580fe6e296b Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Mon, 21 Sep 2020 13:46:49 +0200 Subject: [PATCH] Update Dockerfile and constants --- itest/Dockerfile | 5 ----- itest/testing/constants.py | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/itest/Dockerfile b/itest/Dockerfile index 1d35c047..a89dd045 100644 --- a/itest/Dockerfile +++ b/itest/Dockerfile @@ -28,10 +28,5 @@ COPY ./itest/ /itest/ WORKDIR /itest RUN pip install -r requirements.txt -#exported grammar is needed for TestGrammar -COPY ./grammar/ /grammar/ -WORKDIR /grammar -CMD [ "python", "export_grammar.py"] - WORKDIR /itest CMD [ "python", "run_all.py", "-m", "-b=Release" ] diff --git a/itest/testing/constants.py b/itest/testing/constants.py index d009608b..5dd551f6 100644 --- a/itest/testing/constants.py +++ b/itest/testing/constants.py @@ -1,4 +1,4 @@ -PYGRAMMAR_PATH = '../grammar/pygrammar/' +PYGRAMMAR_PATH = '../grammar/' TEST_DIR = './testdir' SIRIDBC = '../{BUILDTYPE}/siridb-server' SERVICE = '/usr/local/bin/siridb-admin' -- 2.30.2